This script will retrieve trigger information from the IPNetSentry FBA and format and send a new email message through Eudora. Requirements: - customize the script as stated below - save the script as a "Run-Only" application with "Never Show Startup Screen" checked - put this script in your Preferences folder - configure the IPNetSentry file so that it is using "applescript" notification and that you have set the name of your AppleScript. You can do this through our Web configuration page (using the Companion Application) or by manually editing the IPNetSentry Config file with a text editor. Example of required "set" commands in the IPNetSentry Config file: #set\notification_type\applescript #set\applescript_name\My IPNS AppleScript Eudora where "My IPNS AppleScript Eudora" is the name of your AppleScript. Script Customization Required: - change the name of the Eudora application to your version of Eudora - replace TO_EMAIL_ADDRESS with the email address to which you wish to have the notification sent - replace FROM_EMAIL_ADDRESS with the originating email address - you can also add cc: and bcc: recipients if desired